Welcome![Sign In][Sign Up]
Location:
Search - import table

Search list

[Linux-UnixUNIXForm

Description: 功能∶ 用于UNIX上做画面、菜单、查询、输入、修改;可操作数据库。 设计思路∶ 将人机对话,可分为基本的输入与输出两大类,在此前提下,为了不同的需要把域分作 多种类型;对涉及数据库的域指明有关的表名、字段名,以进行数据库的读写。将这些 不同功能的域有机的组合在一个FORM中,来实现一个功能模块。将FORM编号,按一定的 结构以二进制的形式存入文件,在使用时,系统按编号读入FORM的数据,按步实现预定 的功能。 -function : for UNIX done screen, menu, query, import, modify; Operational databases. Design : Man-machine dialogue, it can be divided into the basic input and output of two categories, in this premise, To different jurisdictions need to be divided into various types; of the domain database involves specifying the name of the table and field names, Database to write. These different functions of the composition of the organic domain in a FORM, to achieve a functional module. No. of FORM, according to a binary structure deposited in the form of documents, when used, System under the symbol FORM Reading into the data-by-step realization of predetermined functions.
Platform: | Size: 1779712 | Author: 菜菜 | Hits:

[IME DevelopConvertPY

Description: 该转换工具是将一个完整的词库转换成拼音首字母组成的对照码.中文中多音多义字非常多,如果不生成对照码表,查询将非常费时,尤其是在手持设备上.本工具查找汉字读音码表,生成逗号分隔的CSV文件,可以自由的导入到任何类型的数据库中或自己使用csv格式进行查询.-the conversion tools is a complete thesaurus first converted into phonetic alphabet composed of the control code. Chinese Multi-Tone Multi-yi the word many, if not control code table generation, inquiries will be very time-consuming, especially in handheld devices. Search tools for the Chinese pronunciation stopwatch, generate comma-separated CSV files, free to import into any type of database or csv format their own inquiries.
Platform: | Size: 210944 | Author: 何杰 | Hits:

[DSP programsimC64XX_sinewave

Description: TI例程,TMS320C64XXDSP实现正弦信号发生,采用查表法,利用IO函数进行数据导入-TI routines, TMS320C64XXDSP sine wave signal, using look-up table method, use IO Data Import function
Platform: | Size: 13312 | Author: 黄珣 | Hits:

[Data structsshu2

Description: 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点 #include<stdio.h> #include<malloc.h> struct node{ char info struct node*llink,*rlink } typedef struct node NODE -2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build their son around the tree, the tree until the loopholes, preorder binary tree, Li first times the left sub-tree, after repeatedly Li-right tree Finally visit root node and calculated Binary leaf nodes and the nu
Platform: | Size: 7168 | Author: Demonic | Hits:

[JSP/Javajbcl

Description: jbcl.jar这是Jbuilder中的一个jar包,在使用eclipse编程时经常需要把它import进去,网上找它的人很多,可是几乎在互联网上下不到,许多人在论坛发帖跪求都没有人回复,我费了九牛二虎之力才找到它,发上来,解决大家难题!-jbcl.jar This is Jbuilder a jar package, in the use of eclipse Programming often need to import it into the Internet to find it a lot, but not up and down almost on the Internet, many people posting in the forum are not跪求people back, I took effort to find it, the table to resolve the problem everyone!
Platform: | Size: 743424 | Author: goodforever | Hits:

[Other DatabasesADO_Excel_access

Description: 功能特点 根据指定字段将Excel表导入到数据库中,未提供字段类型验证 动态显示连接对话框,自动保存为INI 动态打开数据库连接 能保存字段对应表 -Features according to the specified fields will import Excel tables to the database, did not provide the type of authentication field dynamic display connection dialog box, automatically saved as INI dynamic open database connection can save field mapping table
Platform: | Size: 726016 | Author: 陈忠权 | Hits:

[assembly languageten

Description: 定点十进制数转为二进制浮点操作数 入口:定点十进制整数在 R1,R2,R3中,其中R1为高字节 [如1: R1=00H,R2=00H,R3=01H] 定点十进制小数在 R4,R5,R6,R7中,其中R4为高位字 [如0.1: R4=10H,R5=00H,R6=00H,R7=00H] 数符为7BH位,0表正,1表负 出口: R4,R5,R6,R7.其中R4为阶码,R5,R6,R7为尾数-Fixed-point decimal number to binary floating-point operand import: fixed-point decimal integer in R1, R2, R3, in which R1 is higher byte [such as 1: R1 = 00H, R2 = 00H, R3 = 01H] fixed-point decimal decimal in R4 , R5, R6, R7, in which R4 is a high character [such as 0.1: R4 = 10H, R5 = 00H, R6 = 00H, R7 = 00H] Fu for a few 7BH bit, 0 table is, 1 table negative export: R4, R5, R6, R7. which R4 code for the band, R5, R6, R7 for the mantissa
Platform: | Size: 1024 | Author: 文惠 | Hits:

[Education soft systemsource

Description: 本软件是为南开大学体育部开发的,作为跆拳道比赛分组,分级别的小工具.在程序中导入Excel格式的文件,文件中是比赛运动员的相关信息.按设置场地要求自动生成比赛对阵图(word格式)和对阵表(Excel格式). 本项目是在Visual Studio 2005上开发,应用了OFFICE.NET技术.-This software is developed by the Department of Nankai University sports, as taekwondo division, sub-level gadget. In the procedure to import Excel files, document, athletes race related information. Facilities in accordance with the requirements set automatically match against Figure (word format) and against the table (Excel format). This project is in Visual Studio 2005 on the development and application of the technology OFFICE.NET.
Platform: | Size: 982016 | Author: | Hits:

[OtherBomRequery

Description: BOM表,导入从各种文件的数据,如 Excel、txt-BOM table, import data from a variety of documents, such as Excel, txt
Platform: | Size: 122880 | Author: 顾伟 | Hits:

[Sniffer Package capturelogdebug

Description: 实现对于IISlog的日志分析,导入数据库功能。自动建表。自动排队。-Achieve IISlog log for analysis, import database functions. Automatically built table. Automatic queuing.
Platform: | Size: 10099712 | Author: 肖立军 | Hits:

[JSP/Javac2007629214256

Description: 在管理员表中初始插入数据 usn: admin, pwd: 21232F297A57A5A743894A0E4A801FC3 初始用户账号/密码: admin (密码为 md5 加密) SRC/: JAVA 程序源文件目录 src/Conn.java 是数据库连接的类 请先修改里面的数据库连接 src/Gload.java 全局类 实现一些全局功能 mssqlserver.jar, msutil.jar, msbase.jar ------- SQL Server 的驱动包,请导入工程 DataBase/图书_Data.MDF: SQL Server 2000 数据库文件, 可直接附加 CreateTab.sql SQL Server 建表脚本-In an administrator to insert the initial data table usn: admin, pwd: 21232F297A57A5A743894A0E4A801FC3 initial user account/password: admin (password is md5 encrypted) SRC /: JAVA program source file directory src/Conn.java is a database connection class, please modify the database connection inside the src/Gload.java overall category realize the overall function of a number of mssqlserver.jar, msutil.jar, msbase.jar- SQL Server driver package, please import Engineering DataBase/books _Data.MDF: SQL Server 2000 database documents, can be directly attached CreateTab.sql SQL Server to build table script
Platform: | Size: 965632 | Author: jake | Hits:

[ADO-ODBCEXCELtoSQL

Description: excel导入数据到SQL,DELPHI对excel表数据操作-Import excel data to SQL, DELPHI to excel table data manipulation
Platform: | Size: 295936 | Author: 阿飞 | Hits:

[FlashMXlanipcsoft

Description: flash 键盘音效取自win2000系统ding.wav,经过CoolEdit处理成音阶,在Flash中导入在相应按钮上。 没有难度,就是耐心一点,成绩不错哦! 对应表: 低音G-a #G-w A-s #A-e B-d 中音C-f #C-t D-g #D-y E-h F-j #F-i G-k #G-o A-l #A-p B- 高音C-1 D-2 E-3 F-4 G-5 A-6 B-7 C(high)-8 #C-c #D-v #F-b #G-n #A-m -flash keyboard sound from the win2000 system ding.wav, after CoolEdit into treatment scale, in the Flash import in the corresponding button. There is no difficulty, that is, a little patience, have done quite well Oh! The corresponding table: bass Ga# Gw As# Ae Bd Alto Cf# Ct Dg# Dy Eh Fj# Fi Gk# Go Al# Ap B-Treble C-1 D-2 E-3 F- 4 G-5 A-6 B-7 C (high)-8# Cc# Dv# Fb# Gn# Am
Platform: | Size: 614400 | Author: | Hits:

[ADO-ODBCsqlconfig_08_19

Description: 一个操作MySQL数据库的程序,可以自动往表中插入内容,通过解析txt来对数据进行导入以及修改-A MySQL database operating procedures, can be automatically inserted to the table content, through analysis of data txt to import and modify
Platform: | Size: 854016 | Author: x | Hits:

[e-languageinputdata080628(chksamename)

Description: 易语言开发的,可以导入excel格式文件到指定数据库的student表中,并进行同名检查,再自动编号-Easy language development, you can import excel files to the designated student database table and check the same name, and then auto-ID
Platform: | Size: 13312 | Author: 卢老师 | Hits:

[GUI DevelopResource_Builder_Var_2.600decode

Description: Resource Builder 2.6xx 破解版 Resource Builder可以直接打开资源文件,可以导入.exe文件并可选择指定的资源以便于修改,修改后只能存为资源格式,如果直接打开表但可以类似exescope一样修改,如果是导入的话,只能看到16进制码。 -Resource Builder 2.6xx crack version of Resource Builder can directly open the resource file, you can import. Exe files can choose the specified resources in order to facilitate the modification, the revised format can only be saved as a resource, open the table directly but can be as similar exescope changes If it is imported, then, only to see the 16 hexadecimal code.
Platform: | Size: 988160 | Author: gggg | Hits:

[OtherPEFile

Description: 分析PE文件的导入导出表 能够把一个exe内部的内容读出来-Analysis of PE files Import and Export table can transform an exe to read out the contents of internal
Platform: | Size: 9216 | Author: pl | Hits:

[assembly language200564152459878

Description: 针对PIC单片机,提供了200个汇编语言实用子程序,包括科学计算、信息处理、查表技术、串行通信、数字滤波、键盘、显示、打印和各种模块应用等方面。这些实用子程序均已通过实际应用的检验,每个子程序都有编制说明和程序框图,以方便读者分析子程序结构和修改子程序;每个子程序都注明出/入口条件和参数,便于读者直接调用。-For PIC microcontroller, provides a practical 200 assembly language subroutines, including scientific computing, information processing, look-up table techniques, serial communication, digital filtering, keyboard, display, print and application of various modules. These utility routines have passed the test of practical application, each subprogram has instructions and procedures for the preparation of block diagram for the convenience of the reader analysis subroutine structure and modify the subroutine each subroutine will state that the import/export conditions and parameters, easy readers direct call.
Platform: | Size: 150528 | Author: fei | Hits:

[SQL Serverdatabasecreatesql

Description: 数据库信息脚本生成可以装数据库中表的内容生成SQL语句,方便数据的导出和导入.-Database information generated scripts can be loaded the contents of the database table to generate SQL statements to facilitate the export and import data.
Platform: | Size: 154624 | Author: zyp | Hits:

[CSharpNFramework

Description: 关于C#代码生成器的说明: 1. 多数据库的自动支持 2. 事务的自动管理 3. 实体与数据表映射功能(ORMapping) 4. 分页功能的自动支持 5. SQL语句的生成功能 6. 异常处理的支持 7. 系统日志的记录功能 8. 通用的校验类功能 9. 通用的对话框功能 10. 通用的导入导出功能 11. 短信功能的支持 12. 扫描功能的支持 13. 条码功能的支持 14. 通用报表功能的支持 15. AJAX框架的支持 -On the C# Code generator Note: 1. Multi-database support for the automatic 2. Affairs automatic management 3. Entities and data table mapping function (ORMapping) 4. Paging features automatic support 5. SQL statement to generate functional 6. exception handling support 7. the system log record function 8. generic functional checksum 9. common dialog box function 10. GM s import and export functionality 11. messaging support 12. scanning the support of 13. barcodes function to support 14. General statements of support function 15. AJAX framework support
Platform: | Size: 1005568 | Author: arn | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 15 »

CodeBus www.codebus.net